From 03d8e1891171570f7c65eb56c249158144051382 Mon Sep 17 00:00:00 2001 From: Markus Wamser Date: Fri, 26 Jun 2020 16:25:41 +0200 Subject: [PATCH] yum -> apt in Ubuntu instructions (#599) --- xmldoc/chapters/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmldoc/chapters/build.xml b/xmldoc/chapters/build.xml index b2ff7a985..d327199de 100644 --- a/xmldoc/chapters/build.xml +++ b/xmldoc/chapters/build.xml @@ -52,7 +52,7 @@ use Docker. is needed to communicate with use with older USB Garmins. For MacOS, we use an included copy. Fedora users may need to 'yum install libusb-devel'. Ubuntu users may -need to 'yum install libusb-dev' or look in tools/Docker* for inspiration +need to 'apt install libusb-dev' or look in tools/Docker* for inspiration from our automated Docker builds. -- 2.30.2